Filename: /text/sbasic/shared/03020200.xhp
(section: eingabeeinaus)(embed text/sbasic/shared/03020201.xhp#get : linkinfo)
Reads a record from a relative file, or a sequence of bytes from a binary file, into a variable.
相対編成ファイルのレコードないし、バイナリファイルのバイトシーケンスを読み取って、変数に代入します。(par_id3145069.2)
(/embed text/sbasic/shared/03020201.xhp#get)
(embed text/sbasic/shared/03020202.xhp#input : linkinfo)
Reads data from an open sequential file.
オープン済みの順編成ファイルからデータを読み取ります。(par_id3156424.2)
(/embed text/sbasic/shared/03020202.xhp#input)
(embed text/sbasic/shared/03020203.xhp#lineinput : linkinfo)
Reads strings from a sequential file into a variable.
順編成ファイルから文字列を読み取り、変数に格納します。(par_id3156280.2)
(/embed text/sbasic/shared/03020203.xhp#lineinput)
(embed text/sbasic/shared/03020204.xhp#put : linkinfo)
Writes a record to a relative file or a sequence of bytes to a binary file.
相対編成ファイルへの 1 つのレコードの書き込みおよび、バイナリファイルへの 1 つのバイトシーケンスの書き込みが行えます。(par_id3154909.2)
(/embed text/sbasic/shared/03020204.xhp#put)
(embed text/sbasic/shared/03020205.xhp#write : linkinfo)
Writes data to a sequential file.
順編成ファイルに対してデータを書き込みます。(par_id3154685.2)
(/embed text/sbasic/shared/03020205.xhp#write)
(embed text/sbasic/shared/03020302.xhp#loc : linkinfo)
Returns the current position in an open file.
オープン済みファイルについて、現在のファイルポインタを返します。(par_id3154138.2)
(/embed text/sbasic/shared/03020302.xhp#loc)
(embed text/sbasic/shared/03020304.xhp#seek : linkinfo)
Returns the position for the next writing or reading in a file that was opened with the open statement.
open 文で開かれたファイル内の次の書き込みまたは読み取りの位置を返します。(par_id3156280.2)
(/embed text/sbasic/shared/03020304.xhp#seek)
(embed text/sbasic/shared/03020301.xhp#eof : linkinfo)
Determines if the file pointer has reached the end of a file.
ファイルポインタがファイル末尾に到達したかを確認します。(par_id3147182.2)
(/embed text/sbasic/shared/03020301.xhp#eof)
(embed text/sbasic/shared/03020303.xhp#lof : linkinfo)
Returns the size of an open file in bytes.
オープン済みファイルのサイズを、バイト単位で返します。(par_id3146794.2)
(/embed text/sbasic/shared/03020303.xhp#lof)